home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / get_eval_cost < prev    next >
Text File  |  2001-04-23  |  397b  |  16 lines

  1. SYNOPSIS
  2.         int get_eval_cost()
  3.  
  4. DESCRIPTION
  5.         Returns the remaining evaluation cost the current
  6.         execution (the current command) may use up.
  7.  
  8.         It starts at a driver given high value and
  9.         is reduced with each executed statement.
  10.  
  11. HISTORY
  12.         The initial value was made available as macro in LDMud 3.2.6.
  13.  
  14. SEE ALSO
  15.         rusage(E), command(E), query_limits(E)
  16.